Configuring Web Gateway on IIS Server |
|
During Process Platform installation, you can either configure the Web Gateway on IIS or Apache. If you have configured the Web Gateway on the Apache Web server then you can configure it on a IIS Web server later. This topic describes the procedure for configuring Web gateway with IIS after Process Platform was configured with Apache during installation.
- Create a new folder and name it Process Platform in the <IIS Web root> folder. For example, C:\Inetpub\wwwroot where C is the C drive in the computer.
- Create another new folder and name it <instance name> in the <IIS Web root>\Cordys folder.
Note: In Windows XP, if Process Platform is already installed in the Default Web Site, new instances cannot be created from IIS. - Create two folders and name them anonymous and wcpdev in the <IIS Web root>\Cordys\<instance name> folder.
- Navigate to the <Apache Web root>\anonymous folder and copy all the files within the folder.
- Navigate to the <IIS Web root>\Cordys\<instance name>\anonymous folder and paste the files, copied in the previous step, within this folder.
- To configure the License Report gateway:
- In <IIS Web root>\Cordys\<instance name>, create a blank file with the name as *com.eibus.web.license.LicReportGateway.wcp*.
- Click Start > Run and type inetmgr then press ENTER. The Internet Information Services window appears.
- Navigate to <local computer name> > Web Sites > <Web Site> > cordys > <instance name> .
- Right-click com.eibus.web.license.LicReportGateway.wcp and click Properties. The com.eibus.web.license.LicReportGateway.wcp Properties window appears.
- On the File Security tab, click Edit. The Authentication Methods window appears.
- Select the Anonymous Access check box and click OK. The License Report gateway is configured.
- Perform one of the following tasks:
- If FrontPage extensions are available on the computer, Create new Subwebs.
- If FrontPage extensions are not available on the computer, Create new Virtual Directories.
- To configure the Process Platform virtual directory:
- Right-click Process Platform virtual directory and click Properties.
- In the Properties window, select Directory Security tab.
- On the Directory Security tab, click Edit.
- Select the Basic Authentication and Integrated Windows Authentication check boxes.
- Navigate to Cordys > web > isvcontent.
- Right-click packages and click Properties.
- On the Directory Security tab, click Edit.
- Select the Anonymous access check box.
- Register the ISAPI extension.
- Right-click <Web Site> and click Properties.
- On the Home Directory tab, click Configurations.
- In the Application Configuration window, click Add.
- In the Executable box, select <Process_Platform_Installation_Directory>\lib\eibisapi.dll.
- In the Extension box, type .wcp.
- Click OK.
- Configure the MIME content type.
- Right-click <Web Site> and click Properties.
- On the HTTP Headers tab, click File Types.
- In the File Typewindow, perform one of the steps described in the following table.
If
Then type..
The server runs on the Microsoft Windows 2003 operating system
.translationin the Associated extension text boxtext/xmlin the Content type (MIME) text box.
The server runs on any other Microsoft Windows operating system that supports Process Platform.
.wbmpin the Associated extension text box andimage/vnd.wap.wbmpin the Content type (MIME) text box.
- Modify the following Platform Properties in Management Console . For more information on managing Platform Properties in Management Console, refer to Managing Platform Properties.
Property
Value
web.server.vendor
iis
web.root
The IIS Web server root folder. For example, C:\Inetpub\wwwroot where
C is the C drive in the computer.web.server.portnumber
The port number assigned to IIS.
Web gateway is configured on an IIS server.
Note: If you want to create multiple instances of the gateway on IIS, refer to Configuring Multiple IIS Instances.